home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2696 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: newsfeed.tip.net!usenet
  2. From: mats@plea.se (Mats Magnusson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: YASL (was: AsynchIO (was: fastest file read method ??))
  5. Date: 4 Feb 1996 06:20:11 GMT
  6. Organization: Uniplus Internet Access
  7. Message-ID: <790.6608T406T1840@plea.se>
  8. References: <w9YbsMD4ACazz9@jeff.dame.shnet.org> <w+RYXMD4FC8aRz1@_crisi.blackbox.shnet.org>    <4dsalp$t68@news1.halcyon.com>
  9.     <4du0ju$84b@news.sdd.hp.com>    <4e2e76$9k3@toad.stack.urc.tue.nl>
  10.     <4e3j8v$jd0@news.sdd.hp.com>    <4e7si4$ore@tuegate.tue.nl>
  11.     <4e8asc$rht@news.sdd.hp.com> <1349.6599T1259T2701@amiga.pp.se> <4egkuh$j1q@news.sdd.hp.com>
  12. NNTP-Posting-Host: beatles.plea.se
  13. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  14.  
  15. >>easy to flush libraries from memory that you do not need opposed to the
  16. >>overlay technique which IMHO leaves many wishes to be satisfied.
  17.  
  18. >Irrelevant to my point, really.  Whether the code is in an overlay, in 
  19. >the program itself, or in BeepBop-a-ReeBop.library is irrelevant.  If no 
  20. >one else will be using the library, it serves no purpose than to confuse 
  21. >things.
  22.  
  23. Well, if you didn't know, from os 2.0 and on, you have an automagic assign
  24. called PROGDIR:, which points to the directory wherer you'r executable
  25. resides in, and you can place all libraries needed by that executable in
  26. it's directory (or was it in a libs directory undre that). Anyway, a
  27. library used by only one program can easily be placed by the same place as
  28. that program, instead of in your usual LIBS: place.
  29.  
  30.